Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.44.1 -> 1.47.2 age adoption passing confidence
@types/node (source) 20.14.2 -> 20.16.10 age adoption passing confidence
@vitejs/plugin-vue (source) 5.0.5 -> 5.1.4 age adoption passing confidence
@vitest/coverage-v8 (source) 1.6.0 -> 2.1.2 age adoption passing confidence
autoprefixer 10.4.19 -> 10.4.20 age adoption passing confidence
happy-dom 14.12.0 -> 15.7.4 age adoption passing confidence
postcss (source) 8.4.38 -> 8.4.47 age adoption passing confidence
tailwindcss (source) 3.4.4 -> 3.4.13 age adoption passing confidence
typescript (source) 5.4.5 -> 5.6.2 age adoption passing confidence
vite (source) 5.3.1 -> 5.4.8 age adoption passing confidence
vite-plugin-dts 3.9.1 -> 4.2.3 age adoption passing confidence
vitest (source) 1.6.0 -> 2.1.2 age adoption passing confidence
vue (source) 3.4.29 -> 3.5.11 age adoption passing confidence
vue-tsc (source) 2.0.21 -> 2.1.6 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.47.2

Compare Source

Highlights

https://github.com/microsoft/playwright/pull/32699- [REGRESSION]: fix(codegen): use content_frame property in python/.NEThttps://github.com/microsoft/playwright/issues/327066- [REGRESSION]: page.pause() does not pause test timeout after 1.4https://github.com/microsoft/playwright/pull/3266161 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128

v1.47.1

Compare Source

v1.47.0

Compare Source

v1.46.1

Compare Source

v1.46.0

Compare Source

v1.45.3

Compare Source

v1.45.2

Compare Source

v1.45.1

Compare Source

v1.45.0

Compare Source

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.4

v5.1.3

v5.1.2

v5.1.1

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #​431

v5.1.0

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.2

Compare Source

v2.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0

Compare Source

Vitest 2.0 is here! This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

🚨 Breaking Changes
  • Simplify mo

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Helsinki, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 4debb52 to 4685ddf Compare June 30, 2024 04:53
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from c162d92 to 164ad56 Compare July 7, 2024 21:41
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from b5ac096 to 4bb21d8 Compare July 17, 2024 14:03
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from c49571a to 2bf7bbb Compare July 24, 2024 10:57
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from ab47323 to 8f44a91 Compare July 26, 2024 22:20
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from e311669 to 38882c2 Compare September 16, 2024 17:17
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 96bffca to b007579 Compare September 24, 2024 06:01
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from fb381dc to 803f5c2 Compare October 2, 2024 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants